AmHighSchoolCourse 
Logical Entity Name  AmHighSchoolCourse 
Default Table Name  AmHighSchoolCourse 
Physical Only  NO 
Definition 
 
Note 
 

AmHighSchoolCourse Columns 
ColumnName  Domain  Datatype  NULL  Definition 
AmHighSchoolCourseID(PK)    int  NO 
 
AmHighSchoolID(FK)    int  NO 
 
CourseCode    varchar(16)  NO 
 
CourseDescrip    varchar(75)  NO 
 
CourseCredits    numeric(7, 2)  YES 
 
ClockHours    numeric(9, 2)  YES 
 
BeginDate    datetime  NO 
 
EndDate    datetime  YES 
 
MinGradeRequired    char(3)  NO 
 
Active    bit  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

AmHighSchoolCourse Primary and Unique Keys 
Key Name  Key Type  Keys 
Pk_AmHighSchoolCourseAmHighSchoolCourseID  PrimaryKey  AmHighSchoolCourseID 

AmHighSchoolCourse Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
AmHighSchool  Non-Identifying  One To Zero or More  FK_AmHighSchoolCourseAmHighSchoolID_AmHighSchoolAmHighSchoolID      AmHighSchoolID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_AmHighSchoolCourseUserID_SyStaffSyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
AmCollegeTransfer  Non-Identifying  One To Zero or More  FK_AmCollegeTransferAmHighSchoolCourseID_AmHighSchoolCourseAmHighSchoolCourseID        NO  YES 
AmCollegeTransferExternalCourse  Non-Identifying  One To Zero or More  FK_AmCollegeTransferExternalCourse_AmHighSchoolCourseID_AmHighSchoolCourse_AmHighSchoolCourseID        NO  YES 
AmHighSchoolCourseRelation  Non-Identifying  One To Zero or More  FK_AmHighSchoolCourseRelationAmHighSchoolCourseID_AmHighSchoolCourseAmHighSchoolCourseID        NO  YES 

AmHighSchoolCourse Check Constraints 
Check Constraint Name  CheckConstraint